home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / C++ A'Link Files / Feb 91 / CPlus.Dev$ 2⁄1⁄91 / 0272-Code Resources & Pur-Feb91 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  38 lines  |  [TEXT/GEOL]

  1. Item    9249488                         1-Feb-91        06:43PST
  2.  
  3. From:   HOWTEK.TECH                     Howtek, Cory Kempf,PRT
  4.  
  5. To:     CPLUS.DEV$                      C++ Interest List--Developers
  6.         CPLUS.APPLE$                    C++ Interest List--Apple Employees
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. Sub:    Code Resources & Pure Virtuals
  11.  
  12. The following highly informative error message from the MPW linker:
  13.  
  14. ### While reading file "Development:MPWFolder:Libraries:Libraries:Runtime.o"
  15. ### Link: Error: Data to Code reference not supported (no Jump Table). (Error
  16. 59)
  17. ### Link: Errors prevented normal completion.
  18.  
  19. Occurs when you try to use a pure virtual function in a code resource.
  20.  
  21. I realize that there is a rule that says that development tools do not
  22. have to obey Apple's UI guidelines, and that they are supposed to
  23. print out obscure (pronounced "Meaningless") error messages, but would
  24. it be possible to at least start providing reasonable hints?  Not all of
  25. us are (or want to be) compiler experts.
  26.  
  27. I hate writing code resources.
  28. I hate writing code resources.
  29. I hate writing code resources.
  30. .
  31. .
  32. .
  33. Grr.
  34.  
  35. +C
  36.  
  37.  
  38.